home *** CD-ROM | disk | FTP | other *** search
/ Modeling the Dream / Modeling the Dream CD - Walkthroughs and Flybys II (1994)(Waite Group).iso / programs / botbat.txt < prev    next >
Text File  |  1994-10-14  |  2KB  |  50 lines

  1. cd\mtd 
  2. chkdrive 
  3. if errorlevel 3 goto nocore 
  4. if errorlevel 2 goto noems  
  5. if errorlevel 1 goto notmtdcd 
  6. :start 
  7. if not exist \mtdtemp\nul md\mtdtemp >nul
  8. call dreams.bat mtd.ZZZ 
  9. rem Cleanup time!
  10. set c=
  11. set t=
  12. set tem=
  13. set what=
  14. set tune=
  15. set sf=
  16. set spaceflag=
  17. set flcs=
  18. mode co80 
  19. cd\ 
  20. goto end 
  21. :notmtdcd 
  22. echo Modeling the Dream is not currently your CDROM drive or you 
  23. echo have changed your drive assignments since you last ran INSTALL.     
  24. echo Returning you to DOS... 
  25. :noems 
  26. echo This PC does not have 256k of EMS memory available! 
  27. echo: 
  28. echo Many of the animations and demos in Modeling the Dream CD require you to 
  29. echo have expanded memory (EMS) and will not work properly with your current  
  30. echo memory configuration. Please see the section "Read This Before Using the 
  31. echo CD" in the book to learn how to configure your system with EMS. Do you   
  32. what c "wish to continue anyway? (Y/N) " ynYN                              
  33. if %what%==Y goto start                                              
  34. if %what%==y goto start                                              
  35. goto end                                                                           
  36. :nocore                                                                    
  37. echo This PC has less than 540k of free conventional memory!               
  38. echo:                                                                      
  39. echo Certain demos and animations in Modeling the Dream CD may not run     
  40. echo satisfactorily with your current conventional memory. We recommend a          
  41. echo minimum of 540K conventional memory. If you have DOS 6 or better,     
  42. echo try running MEMMAKER, or see your DOS manual. Do you wish to continue    
  43. what c "anyway? (Y/N) " ynYN                              
  44. if %what%==Y goto start                                                      
  45. if %what%==y goto start                                                      
  46. echo:                                                                      
  47. echo:                                                                      
  48. :end 
  49.  
  50.